Bump versions for another beta.
authorrobertl <robertl>
Sun, 4 Oct 2009 01:35:51 +0000 (01:35 +0000)
committerrobertl <robertl>
Sun, 4 Oct 2009 01:35:51 +0000 (01:35 +0000)
configure
configure.in
gbversion.h
gui/app.pro
gui/setup.iss
msroute.c

index a8db5ea556c17062967bf421fb7371e54b24cc48..2704565c6f4e09770f2fe35d5bf244341cfa76cd 100755 (executable)
--- a/configure
+++ b/configure
@@ -1745,7 +1745,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
 # Increase GBBUILD for a new release
 GBBUILD=20
 # YYYYMMDD, please, if beta, i.e. "-beta20060413"
-PACKAGE_RELEASE="-beta20090906"
+PACKAGE_RELEASE="-beta20091003"
 
 cat >>confdefs.h <<_ACEOF
 #define PACKAGE_RELEASE "$PACKAGE_RELEASE"
@@ -3422,7 +3422,7 @@ if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
 else
   ac_cv_header_stdc=no
 fi
-rm -f conftest*
+rm -f -r conftest*
 
 fi
 
@@ -3443,7 +3443,7 @@ if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
 else
   ac_cv_header_stdc=no
 fi
-rm -f conftest*
+rm -f -r conftest*
 
 fi
 
@@ -4934,7 +4934,7 @@ else
        { echo "$as_me:$LINENO: result: no" >&5
 echo "${ECHO_T}no" >&6; }
 fi
-ac_config_files="$ac_config_files Makefile gbversion.h gui/setup.iss xmldoc/makedoc tools/mkcapabilities win32/gpsbabel.rc jeeps/Makefile shapelib/Makefile zlib/empty"
+ac_config_files="$ac_config_files Makefile gbversion.h gui/setup.iss gui/makelinuxdist.sh xmldoc/makedoc tools/mkcapabilities win32/gpsbabel.rc jeeps/Makefile shapelib/Makefile zlib/empty"
 
 cat >confcache <<\_ACEOF
 # This file is a shell script that caches the results of configure
@@ -5493,6 +5493,7 @@ do
     "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
     "gbversion.h") CONFIG_FILES="$CONFIG_FILES gbversion.h" ;;
     "gui/setup.iss") CONFIG_FILES="$CONFIG_FILES gui/setup.iss" ;;
+    "gui/makelinuxdist.sh") CONFIG_FILES="$CONFIG_FILES gui/makelinuxdist.sh" ;;
     "xmldoc/makedoc") CONFIG_FILES="$CONFIG_FILES xmldoc/makedoc" ;;
     "tools/mkcapabilities") CONFIG_FILES="$CONFIG_FILES tools/mkcapabilities" ;;
     "win32/gpsbabel.rc") CONFIG_FILES="$CONFIG_FILES win32/gpsbabel.rc" ;;
index b87476f1765e3e3d8c2a155b33dd3fde765fbfc3..cc352e0208ea9b00e800318f04d4a2cbda193be7 100644 (file)
@@ -7,7 +7,7 @@ AC_INIT(GPSBabel, 1.3.7, BUG-REPORT-ADDRESS)
 # Increase GBBUILD for a new release
 GBBUILD=20
 # YYYYMMDD, please, if beta, i.e. "-beta20060413"
-PACKAGE_RELEASE="-beta20090906"
+PACKAGE_RELEASE="-beta20091003"
 AC_DEFINE_UNQUOTED(PACKAGE_RELEASE, "$PACKAGE_RELEASE", [Define to the release name of this package.])
 AC_SUBST(PACKAGE_RELEASE)
 
index 27423989502da6247caba7adbab218d19f133b50..d0ff4b280c2a13b79a8f82c7cb0937903c706f19 100644 (file)
@@ -4,5 +4,5 @@
  *
  * Isn't simplification via automation grand?
  */
-#define VERSION "1.3.7-beta20090906"
+#define VERSION "1.3.7-beta20091003"
 #define WEB_DOC_DIR "http://www.gpsbabel.org/htmldoc-development"
index b33723dff183ed41562488f2afc685e6337e233b..b94d1089cf296892b34f23486620ee23a2faad11 100755 (executable)
@@ -1,11 +1,11 @@
-# $Id: app.pro,v 1.11 2009/09/14 14:25:14 robertl Exp $
+# $Id: app.pro,v 1.12 2009/10/04 01:35:51 robertl Exp $
 #
 
 CONFIG += qt release 
 #CONFIG += qt debug console
 
 # For Mac, build Universal binary.   Ignored on other OSes.
-CONFIG += x86 ppc
+CONFIG += x86 ppc
 
 ICON = images/appicon.icns
 
index 9b805c171c09a6eaae33409e00bfd39539fc7898..68faa643e744ed9788ae79a04abb804d5b5999fc 100755 (executable)
@@ -1,4 +1,4 @@
-; $Id: setup.iss,v 1.8 2009/09/14 14:20:39 robertl Exp $\r
+; $Id: setup.iss,v 1.9 2009/10/04 01:35:51 robertl Exp $\r
 ;\r
 ; NOTE: setup.iss is generated from setup.iss.in via autoconf.\r
 ; The generated setup.iss is checked in to help keep the version numbers\r
index c3fb767c49c225a1b8880f533dbf3869344c1763..83732fefdd7ce2a5ff50785bda4980903b1d41c4 100644 (file)
--- a/msroute.c
+++ b/msroute.c
@@ -566,7 +566,7 @@ ole_deinit(void)
 static void
 msroute_read_journey(void)
 {
-       int bufsz;
+       int bufsz = 0;
        char *buff;
        
        buff = ole_read_property_stream(MSROUTE_OBJ_NAME, &bufsz);